JMSetAppletViewerSecurity
Sets the security options for an applet.
OSStatus JMSetAppletViewerSecurity ( JMAppletViewerRef viewer, const JMAppletSecurity* data);
- viewer
- The applet whose security options you wish to change.
- data
- A pointer to an applet security options structure containing the new values to set. For more information, see "Applet Security Structure".
- function result
- A result code; see "JManager Result Codes".
SEE ALSO
- The
JMGetAppletViewerSecurity
function.